object dlgInstallType: TdlgInstallType Left = 195 Top = 130 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Select Installation Type' ClientHeight = 170 ClientWidth = 263 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object OKBtn: TBitBtn Left = 9 Top = 132 Width = 77 Height = 27 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 93 Top = 132 Width = 77 Height = 27 TabOrder = 1 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 177 Top = 132 Width = 77 Height = 27 TabOrder = 2 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object rgInstallType: TRadioGroup Left = 39 Top = 8 Width = 185 Height = 105 Caption = 'Install Type' ItemIndex = 2 Items.Strings = ( 'Client Only' 'Server Only' 'Client/Server') TabOrder = 3 end end